home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PPrint.h ------------------------------------------------------------
- * Copyright (c) 1995-96 Adobe Systems Incorporated. All rights reserved.
- * Created on Sun, Oct 22, 1995 @ 4:19 PM by Paul Ferguson.
- *
- * Description:
- *-------------------------------------------------------------------------
- */
- #ifndef __PPrint__
- #define __PPrint__
-
- class PPrint
- {
-
- public:
-
- PPrint
- ( short nCopies,
- short nFirstPage,
- short nLastPage,
- const char * fPrintToDisk,
- const char * sPCPrinter );
-
- private:
-
- PPrint();
- };
-
- #endif
-
- // end of PPrint.h
-